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

URL for a content location reply

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

Syntax

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

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ContentLocationUrl () () () ()
Equals(Object) (Inherited from Object.)
FilePathSerializable
The path to the content. This should only be used for serialization. FilePathUri should be used programatically.
FilePathUri
URI for the file path for content. Use this instead of FilePath.
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
SignaturePathSerializable
The path to the content's signature. This should only be used for serialization. SignaturePathUri should be used programatically.
SignaturePathUri
URI for the signature path for content. Use this instead of SignaturePath.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also