[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Policy assignment location information

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
PolicyAssignmentLocation
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
PolicyAssignmentLocation
[
SerializableAttribute]
public 
ref class 
PolicyAssignmentLocation 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
PolicyAssignmentLocation () () () ()
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetPolicyDownloadUri(IMessage)
Policy location is not a valid URL. Use this to convert into a valid URL.
GetType () () () () (Inherited from Object.)
Hash
Gets or sets the policy hash
HashEx
Gets or sets the Policy Hash EX
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)
Value
Gets or sets the XML for the actual policy. If using programatically, use GetPolicyDownloadUri to get a well-formed URI. This URI format is invalid for talking to an actual MP.

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . PolicyAssignmentLocation

See Also