'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property DefaultSourceDescriptor As AENodeDescriptor
'Usage
Dim value As AENodeDescriptor value = AEAcknowledgeConditionArguments.DefaultSourceDescriptor
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static AENodeDescriptor DefaultSourceDescriptor {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property AENodeDescriptor^ DefaultSourceDescriptor { AENodeDescriptor^ get(); }