'Declaration<JetBrains.Annotations.NotNullAttribute()> Property NodeDescriptor As AENodeDescriptor
'UsageDim instance As _AEBrowseArguments Dim value As AENodeDescriptor instance.NodeDescriptor = value value = instance.NodeDescriptor
[JetBrains.Annotations.NotNull()] AENodeDescriptor NodeDescriptor {get; set;}
[JetBrains.Annotations.NotNull()] property AENodeDescriptor^ NodeDescriptor { AENodeDescriptor^ get(); void set ( AENodeDescriptor^ value); }
Property Value
The value of this property cannot be null (Nothing in Visual Basic).