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.
Gets or sets the generator of a feed.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Generator As AtomGeneratorMetadata
Get
Set
'Usage
Dim instance As AtomFeedMetadata
Dim value As AtomGeneratorMetadata
value = instance.Generator
instance.Generator = value
public AtomGeneratorMetadata Generator { get; set; }
public:
property AtomGeneratorMetadata^ Generator {
AtomGeneratorMetadata^ get ();
void set (AtomGeneratorMetadata^ value);
}
member Generator : AtomGeneratorMetadata with get, set
function get Generator () : AtomGeneratorMetadata
function set Generator (value : AtomGeneratorMetadata)
Property Value
Type: Microsoft.Data.OData.Atom.AtomGeneratorMetadata
The generator of a feed.