Response Unmarshaller for GetUserPolicy operation
Inheritance: XmlResponseUnmarshaller
 public static GetUserPolicyResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new GetUserPolicyResponseUnmarshaller();
     }
     return instance;
 }
示例#2
0
 public static GetUserPolicyResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new GetUserPolicyResponseUnmarshaller();
     }
     return(instance);
 }