string Source {get; set;}
'Declaration Property Source As String
'Usage Dim instance As ILogEntry Dim value As String instance.Source = value value = instance.Source
property String^ Source { String^ get(); void set ( String^ value); }
Target Platforms
ILogEntry Interface ILogEntry Members