Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The name of the property on the class that holds the media, usually binary data.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property MediaMemberName As String
Get
'Usage
Dim instance As MediaEntryAttribute
Dim value As String
value = instance.MediaMemberName
public string MediaMemberName { get; }
public:
property String^ MediaMemberName {
String^ get ();
}
member MediaMemberName : string
function get MediaMemberName () : String
Property Value
Type: System.String
A string value that identifies the property that holds media data.